ComponentOne DataObjects for .NET
Clear(String[]) Method

C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class > Clear Method : Clear(String[]) Method
Removes all rows from the specified table views.
Syntax
'Declaration
 
Public Overloads Sub Clear( _
   ByVal tableViewNames() As System.String _
) 
public void Clear( 
   System.string[] tableViewNames
)

Parameters

tableViewNames
See Also

Reference

C1DataSet Class
C1DataSet Members
Overload List